Searched defs:modify (Results 1 – 7 of 7) sorted by relevance
/minix3/sys/ufs/ufs/ |
H A D | ufs_wapbl.h | 142 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) \ argument 170 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) do { } while (0) argument
|
H A D | ufs_readwrite.c | 50 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) do { } while (0) argument
|
H A D | ufs_lookup.c | 1243 bool modify)
|
H A D | ufs_quota2.c | 364 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, in getinoquota2()
|
/minix3/sys/ufs/lfs/ |
H A D | ulfs_lookup.c | 1195 bool modify) in ulfs_blkatoff()
|
H A D | ulfs_quota2.c | 371 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, in getinoquota2()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | constant-expression-cxx1y.cpp | 253 …constexpr int modify(int &n) { return n = 1; } // expected-note 2 {{modification of object of cons… in modify() function
|