Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 7 of 7) sorted by relevance

/minix3/sys/ufs/ufs/
H A Dufs_wapbl.h142 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) \ argument
170 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) do { } while (0) argument
H A Dufs_readwrite.c50 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) do { } while (0) argument
H A Dufs_lookup.c1243 bool modify)
H A Dufs_quota2.c364 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, in getinoquota2()
/minix3/sys/ufs/lfs/
H A Dulfs_lookup.c1195 bool modify) in ulfs_blkatoff()
H A Dulfs_quota2.c371 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, in getinoquota2()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp253 …constexpr int modify(int &n) { return n = 1; } // expected-note 2 {{modification of object of cons… in modify() function