Home | History | Annotate | Download | only in kernel

Lines Matching refs:except

249  * Tests that the seals provided in except to not also prevent some
255 test_all_seals_except(int fd, int except)
266 if (except & ~F_SEAL_SEAL) {
270 "Seal %x prevented F_ADD_SEALS", except);
277 if (except & ~(F_SEAL_WRITE|F_SEAL_FUTURE_WRITE)) {
282 "Seal %x prevented write", except);
297 if (except & ~F_SEAL_SHRINK) {
301 "Seal %x prevented truncate to shrink", except);
308 if (except & ~F_SEAL_GROW) {
312 "Seal %x prevented truncate to shrink", except);